Skip to content

Fix to disable options that crash on AMD Navi 32 and Navi 48#1032

Merged
BenLubar merged 2 commits intoreactivedrop_betafrom
hotfix/amd-gpu-crash
Mar 28, 2026
Merged

Fix to disable options that crash on AMD Navi 32 and Navi 48#1032
BenLubar merged 2 commits intoreactivedrop_betafrom
hotfix/amd-gpu-crash

Conversation

@mithrand0
Copy link
Copy Markdown
Contributor

Just a quick workaround, but in the meantime, this fixes #1001

@mithrand0 mithrand0 marked this pull request as draft March 11, 2026 16:27
@jhh8
Copy link
Copy Markdown
Member

jhh8 commented Mar 11, 2026

if someone has r_shadows 0 then having rd_flashlightshadows 1 and/or rd_env_projectedtexture_enabled 1 wont matter, game will act like those are on 0

@mithrand0 mithrand0 marked this pull request as ready for review March 18, 2026 09:42
// if AMD
if (info.m_VendorID == 0x1002) {
// navi 32
if (strstr(driverName, "7700") != null) return true;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should either be using nullptr or NULL; not sure what null is.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code worked, it was defined in vgui.h:
#define null 0L

But I removed the null's

@BenLubar BenLubar merged commit 1dd8ff8 into reactivedrop_beta Mar 28, 2026
2 checks passed
@BenLubar BenLubar deleted the hotfix/amd-gpu-crash branch March 28, 2026 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Crash on lobby join - AMD Related?

3 participants